home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 May / Macworld (1998-05).dmg / Shareware World / Utilities / Text Processing / EZNote (1.3) / EZNote Documentation / EZNote Documentation.rsrc / TEXT_141.txt < prev    next >
Text File  |  1998-03-03  |  5KB  |  87 lines

  1. PlugIns:
  2.  
  3. Below is a list of the PlugIns that initially come with EZNote and what they do.  PlugIns only work on the current text selected.
  4.  
  5. ‚Ä¢ Add CRs
  6.    Will add return characters after every 60th character.  You can change the Maximum Line Length from 60 to whatever you like if you hold down the option key while selecting this PlugIn. 
  7.  
  8. ‚Ä¢ Capitalize Sentences
  9.    Will capitalize the first letter of the first word of each sentence.
  10.  
  11. ‚Ä¢ Capitalize Words
  12.    Will Capitalize The First Letter Of Each Word.
  13.  
  14. ‚Ä¢ Convert %Hex [e.g., %09 = Tab]
  15.    This will convert any hex symbols (e.g., ‚Äú%09‚Äù, ‚Äú%0D‚Äù, ‚Äú%0A‚Äù, etc.) into the appropriate character (e.g., ‚Äú%09‚Äù = the tab character, ‚Äú%0D‚Äù = the return character, ‚Äú%0A‚Äù = the linefeed character).  This is useful if you receive MIME encoded email which will convert certain characters into the hex symbols.
  16.  
  17. ‚Ä¢ Convert CRs to CR/LFs
  18.    Will convert every CR (the return character) into a CR/LF (return/line feed) character combination for system such as DOS that use the CR/LF in text files.
  19.  
  20. ‚Ä¢ Convert CRs to LFs
  21.    Will convert every CR (the return character) into a LF (line feed) character for system such as DOS that use line feeds in text files.
  22.  
  23. ‚Ä¢ Convert CRs to 1 CR
  24.    Will convert multiple return characters into 1 return character.
  25.  
  26. ‚Ä¢ Convert LFs to CRs
  27.    Will convert every LF (line feed) into a CR (the return character) character for converting text from systems such as DOS that use line feeds in text files.
  28.  
  29. ‚Ä¢ Convert spaces to 1 space
  30.    Will convert multiple spaces into one space.
  31.  
  32. ‚Ä¢ Convert Spaces to Tab
  33.    Will convert space character(s) into a tab (default spaces = 4, to change the default, hold down the option key while selecting this PlugIn).
  34.  
  35. ‚Ä¢ Convert Tab to Spaces
  36.    Will convert tab character into spaces (default spaces = 4, to change the default, hold down the option key while selecting this PlugIn).
  37.  
  38. ‚Ä¢ Email Reply
  39.    This will create an email reply for the text selected by adding a ‚Äò>‚Äô character at the beginning of every line and breaking lines at every 75 characters.  You can change the Maximum Line Length from 75 and change the ‚Äò>‚Äô character to whatever you like if you hold down the option key while selecting this PlugIn. 
  40.  
  41. ‚Ä¢ Make lowercase
  42.    Will convert selected text to all lowercase.
  43.  
  44. ‚Ä¢ Make Smart Quotes
  45.    Will convert any " or ' characters into a ‚Äú‚Äù or ‚Äò‚Äô character.
  46.  
  47. ‚Ä¢ Make Smart Quotes Dumb
  48.    Will convert any ‚Äú‚Äù or ‚Äò‚Äô characters into a " or ' character.
  49.  
  50. ‚Ä¢ Make UPPERCASE
  51.    Will convert selected text to all UPPERCASE.
  52.  
  53. ‚Ä¢ Phone Letters to Numbers
  54.       Will convert any uppercase characters into numbers for phone dialing (e.g., 1-800-CALL-MEE will be converted to 1-800-2255-633).
  55.  
  56. ‚Ä¢ Phone Number Dialer
  57.    This will produce tones that can actually dial a phone number for you using the internal speaker of your Macintosh (or external speakers if you have any).  You must hold the mouth piece of your phone close to the speaker of your Macintosh to be able to use this feature.  A phone number will dial only if the first character selected is a number.  Also, the comma character will pause dialing for one second.
  58.  
  59. ‚Ä¢ Strip <html tags>
  60.    This is useful if you receive email and your email program does not know how to display html tags sometimes sent via email.  Basically, it removes any text between and including the < and > characters.  Here‚Äôs an example:
  61.  
  62. ‚Äú<HTML><PRE><BODY BGCOLOR="#000000"><FONT COLOR="#00FFFF" SIZE=3>
  63. Hello!  How are you today?
  64. </FONT><FONT  COLOR="#000000" SIZE=3>‚Äù
  65.  
  66. after selecting the text above, and running the Strip <html tags> on it you would get this:
  67.  
  68. “
  69. Hello!  How are you today?
  70. ”
  71.  
  72. ‚Ä¢ Strip Control Characters
  73.    Will remove any characters with an ASCII value less than 32 (except for tabs, returns and form feeds).
  74.  
  75. ‚Ä¢ Strip CR/LFs
  76.    Will remove any line feed characters and will then follow the same rules as Strip CRs (defined below).
  77.  
  78. ‚Ä¢ Strip CRs
  79.    Will remove the return characters and replace them with spaces only if the next line after a CR does not begin with a space or tab character (and if there are at least 40 characters in the line before the CR).  You can change the Minimum Line Length from 40 to whatever you like if you hold down the option key while selecting this PlugIn. 
  80.  
  81. ‚Ä¢ Strip Leading Spaces
  82.    Will remove any spaces from the beginnings of any lines in the selected text.
  83.  
  84. ‚Ä¢ Strip LFs
  85.    Will remove any line feed characters from the selected text.
  86.  
  87.